Search 1,000+ battle-tested AI prompts from getprompts.org and pull the full content into your current task — without leaving Claude Code, Cursor, or any MCP client. Four tools: search_prompts, get_prompt, top_prompts, list_categories. 44 categories: PRDs, cold email, interview prep, system design, product strategy, and more. Free with a getprompts.org account; Pro prompts require GetPrompts Pro ($10/mo).
概览
GetPrompts MCP
Search 1,000+ battle-tested AI prompts from getprompts.org and pull the full content directly into Claude Code, Claude Desktop, or Cursor.
What it does
- 4 tools:
search_prompts,get_prompt,top_prompts,list_categories - 44 categories — PRDs, cold email, interview prep, system design, product strategy, writing, debugging, and more
- Returns the full prompt content body ready to paste
- Sorted by copy count so the most-loved prompts surface first
- Free tier: search + use free prompts with a getprompts.org account
- Pro tier ($10/mo): full library including curated/premium prompts
Install
Claude Code
claude mcp add getprompts -- npx -y getprompts-mcp
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"getprompts": {
"command": "npx",
"args": ["-y", "getprompts-mcp"]
}
}
}
Cursor
Example usage
In Claude Code:
> find me a prompt for writing a PRD and adapt it to my checkout flow feature
Claude calls search_prompts({query: "PRD"}) → get_prompt({id: "..."}) → drops the content into the chat → adapts it to your feature.
> what are the top prompts in Product Frameworks?
Claude calls top_prompts({category: "Product Frameworks"}) → returns the most-copied 10.
Sister project
getskills-mcp — same pattern but for installable Claude Code skills (3,000+ in the catalog).
Links
- Website: https://getprompts.org
- npm: https://www.npmjs.com/package/getprompts-mcp
- Repo: https://github.com/Sidsaladi9/spark-prompts/tree/main/mcp-server
- License: MIT
服务器配置
{
"mcpServers": {
"getprompts": {
"command": "npx",
"args": [
"-y",
"getprompts-mcp"
]
}
}
}